home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / eiffel / smalleif.97 / se.t / SmallEiffel / lib_test / bug_jeffKINGSTON2.e < prev    next >
Encoding:
Internet Message Format  |  1996-05-02  |  837 b 

  1. From: jeff@staff.cs.su.oz.au (Jeff Kingston)
  2. To: colnet@loria.fr
  3. Subject: another bug
  4. Date: Wed, 10 Apr 1996 15:56:48 +1000
  5.  
  6. ****** Error : Type PRIQUEUE_HEAP_ENTRY[INTEGER] is a Type PRIQUEUE_ENTRY[INTEGER].
  7. NOT YET IMPLEMENTED Cannot inherit thoses features in DIJ_PRIQUEUE.
  8. Line 13 column 9 in PRIQUEUE_HEAP (priqueue_heap.e) :
  9.         etype: PRIQUEUE_HEAP_ENTRY[T];
  10.                ^
  11. Line 5 column 9 in PRIQUEUE_ADT (priqueue_adt.e) :
  12.         etype: PRIQUEUE_ENTRY[T];
  13.                ^
  14.  
  15.  
  16. It seems that there is something not yet implemented here, but
  17. I could not find it in the NOT_YET_IMPLEMENTED file.  Here I am
  18. trying to redefine etype, originally defined in PRIQUEUE_ADT to
  19. be of type PRIQUEUE_ENTRY; I'm trying to redefine it to be of
  20. type PRIQUEUE_HEAP_ENTRY which is a child of PRIQUEUE_ENTRY.
  21.  
  22. Jeff Kingston
  23. jeff@cs.su.oz.au
  24.